github.com/refraction-networking/utls.Conn.serverName (field)
9 uses
github.com/refraction-networking/utls (current package)
conn.go#L63: serverName string
conn.go#L1640: state.ServerName = c.serverName
handshake_client.go#L327: c.serverName = hello.serverName
handshake_client_tls13.go#L114: c.serverName = c.config.ServerName
handshake_client_tls13.go#L293: c.serverName = c.config.ServerName
handshake_server.go#L255: c.serverName = hs.clientHello.serverName
handshake_server_tls13.go#L326: c.serverName = hs.clientHello.serverName
u_handshake_client.go#L491: c.serverName = hello.serverName
u_parrots.go#L2947: return generateRandomizedSpec(&uconn.ClientHelloID, uconn.serverName, uconn.config.NextProtos)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |